Merge lp:~jfb-tempo-consulting/unifield-web/US-4496 into lp:unifield-web

Proposed by jftempo
Status: Merged
Merged at revision: 4913
Proposed branch: lp:~jfb-tempo-consulting/unifield-web/US-4496
Merge into: lp:unifield-web
Diff against target: 28 lines (+0/-11)
1 file modified
addons/openerp/controllers/database.py (+0/-11)
To merge this branch: bzr merge lp:~jfb-tempo-consulting/unifield-web/US-4496
Reviewer Review Type Date Requested Status
UniField Dev Team Pending
Review via email: mp+343626@code.launchpad.net
To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'addons/openerp/controllers/database.py'
2--- addons/openerp/controllers/database.py 2018-03-12 15:17:39 +0000
3+++ addons/openerp/controllers/database.py 2018-04-19 14:23:38 +0000
4@@ -399,8 +399,6 @@
5 ('instance', 'prop_instance_code'),
6 ('reconfigure', 'address_contact_name'),
7 ('reconfigure', 'address_street'),
8- ('reconfigure', 'address_street2'),
9- ('reconfigure', 'address_zip'),
10 ('reconfigure', 'address_city'),
11 ('reconfigure', 'address_country'),
12 ('reconfigure', 'address_phone'),
13@@ -420,15 +418,6 @@
14 ('partner', 'external_account_payable'),
15 ('partner', 'internal_account_receivable'),
16 ('partner', 'internal_account_payable'),
17- ('company', 'default_counterpart'),
18- ('company', 'salaries_default_account'),
19- ('company', 'rebilling_intersection_account'),
20- ('company', 'intermission_counterpart'),
21- ('company', 'counterpart_bs_debit_balance'),
22- ('company', 'counterpart_bs_crebit_balance'),
23- ('company', 'debit_account_pl_positive'),
24- ('company', 'credit_account_pl_negative'),
25- ('company', 'scheduler_range_days'),
26 )
27 for section, option in not_empty_int_option_list:
28 self.check_mandatory_int(config, section, option)

Subscribers

People subscribed via source and target branches