Merge lp://staging/~sbi/account-invoicing/6.1-account_invoice_total into lp://staging/~account-core-editors/account-invoicing/6.1
Proposed by
Stéphane Bidoul (Acsone)
Status: | Merged |
---|---|
Approved by: | Stefan Rijnhart (Opener) |
Approved revision: | 13 |
Merged at revision: | 12 |
Proposed branch: | lp://staging/~sbi/account-invoicing/6.1-account_invoice_total |
Merge into: | lp://staging/~account-core-editors/account-invoicing/6.1 |
Diff against target: |
168 lines (+143/-0) 5 files modified
account_invoice_total/README.md (+21/-0) account_invoice_total/__init__.py (+25/-0) account_invoice_total/__openerp__.py (+43/-0) account_invoice_total/account_invoice_total.py (+38/-0) account_invoice_total/account_invoice_total_view.xml (+16/-0) |
To merge this branch: | bzr merge lp://staging/~sbi/account-invoicing/6.1-account_invoice_total |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Joël Grand-Guillaume @ camptocamp | Approve | ||
Review via email: mp+134970@code.staging.launchpad.net |
Description of the change
Until OpenERP 6.0.3 when creating a supplier invoice one first had to enter the grand total, this had to match with the computed total before the invoice could be verified.
In OpenERP 6.1 this feature has silently been removed.
This merge proposal provides the account_
Discussion : https:/
Code Revision : http://
This module was originally created at https:/
To post a comment you must log in.
Ok for me. Code looks ok, good place to be committed IMHO.