lp://staging/~fabien-morin/unifield-server/fm-us-1198
- Get this branch:
- bzr branch lp://staging/~fabien-morin/unifield-server/fm-us-1198
Branch merges
- UniField Reviewer Team: Pending requested
-
Diff: 778 lines (+520/-45)12 files modifiedbin/addons/board/board_administration_view.xml (+4/-4)
bin/addons/finance/__init__.py (+1/-0)
bin/addons/finance/account.py (+1/-1)
bin/addons/finance/board_account.py (+112/-0)
bin/addons/finance/board_account_view.xml (+253/-17)
bin/addons/financing_contract/contract.py (+75/-0)
bin/addons/msf_budget/msf_budget_line.py (+35/-0)
bin/addons/msf_profile/user_access_configurator.py (+31/-15)
bin/addons/procurement/board_mrp_procurement_view.xml (+1/-1)
bin/addons/useability_dashboard_and_menu/__openerp__.py (+1/-1)
bin/addons/useability_dashboard_and_menu/dashboard/board_sale_view.xml (+2/-2)
bin/addons/useability_dashboard_and_menu/dashboard/board_warehouse_view.xml (+4/-4)
Branch information
Recent revisions
- 4028. By Fabien MORIN
-
US-1198 [IMP] user_groups_id is the same for all the childs, move it out from
the loop
[IMP] log a warning message in case of a dashboard without menu_ref to be able
to fix it.
[IMP] change the behaviour : if a user have an access on any menu related to
the dashboard he will be able to see it (before it was required to have access
on ALL menu related to the dashboard) - 4025. By Fabien MORIN
-
US-1198 [FIX] if a user has acces to a menu, then he should have also access to
the corresponding dashboard. - 4024. By Fabien MORIN
-
US-1719 [IMP] the size of related product_
product. name is 128 as the
fieldproduct_list_line. desc relate on it, it cannot be smaller not to crash on
database update with such error:[2017-02-16 11:45:34,
776][us- 1198-may- 19_BD_DHK_ OCA] ERROR:db.cursor:bad query: UPDATE "product_list_line" SET "desc"=E'Rifampicin 75 mg/Isoniazid 50 mg/Pyrazinamide 150 mg, dispersible tablet (RHZ-75/50/150)' WHERE id=6327
Traceback (most recent call last):
File "/home/us-1198- may-19/ unifield- server/ bin/sql_ db.py", line 159, in execute
res = self._obj.execute( query, params)
DataError: value too long for type character varying(64) - 4021. By Fabien MORIN
-
US-1198 [FIX] use continue instead of break as there could be many children in
the same block, and there is no point to stop on the first one
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/unifield-server