Friday, July 17, 2015
4 changes
Enhancements to existing features
Landed cost tracking now automatically depends on the required purchase settings so it can work correctly. Users are also warned before disabling the costing method option when landed costs are installed, helping avoid configuration mistakes that could disrupt cost calculations.
Original PR description
TASK : https://www.odoo.com/web#id=12183&view_type=form&model=project.task&action=333&active_id=248 PAD : https://pad.odoo.com/p/r.TwBgIekxXwOyMMvi
Reports now use a newer translation mechanism when generating documents in a customer's or vendor's language. This keeps invoice, purchase, point of sale, and intrastat reports aligned with Odoo's current reporting approach and reduces reliance on deprecated behavior.
Original PR description
… is deprecated
```
now that we have a cleaner system to switch translation when calling a qweb template.
Update the docstring too.
Replace :
<t t-foreach="doc_ids" t-as="doc_id">
<t t-raw="translate_doc(doc_id, doc_model, 'partner_id.lang', account.report_invoice_document')"/>
</t>
By :
<t t-foreach="doc_ids" t-as="doc_id">
<t t-call="'account.report_invoice_document" t-lang="doc_id.partner_id.lang"/>µ
</t>
Impacted modules : acccount, purchase, report_intrastat.
```
TASK : https://www.odoo.com/web#id=19823&view_type=form&model=project.task&action=333&active_id=248
PAD : https://pad.odoo.com/p/r.4Eklt4211ZK4aGlMManufacturing users can now record additional product consumption more smoothly when increasing quantities beyond what was previously consumed. The system checks whether the extra quantity is available in stock and warns the user when it is not, helping prevent inventory mistakes.
Original PR description
<b>Commit Message</b> : MRP : Press green arrow to consume product qty more then before consumed create new line, Check wizard thru added new qty available in stock, if not available give a warning message. <b>Task</b> : https://www.odoo.com/web#id=10930&view_type=form&model=project.task&menu_id=3942&action=327 <b>Pad</b> : https://pad.odoo.com/p/r.rJEVOoxy2dk2xjTj Thanks,
The Romanian accounting localization is updated to match prior version changes, including chart of accounts, taxes, tax tags, fiscal positions, partner details, banks, and regional data. This helps Romanian companies start with more accurate local accounting settings and supports smoother migrations by preserving matching identifiers.
Original PR description
I've updated the cart of accounts, chart of taxes, account.tag for taxes, fiscal position just like V8 merge...i used the same id's in case of migration to be easier. @mart-e