Friday, July 17, 2015
8 changes · master
Enhancements to existing features
Product settings now include an option to enable or hide variant-related features, making screens simpler for businesses that do not use variants. Variant-specific details such as weight, volume, and cost are shown where they are most relevant, reducing confusion when products have multiple variants.
Original PR description
TASK : https://www.odoo.com/web#id=10789&view_type=form&model=project.task&action=333&active_id=131 PAD : https://pad.odoo.com/p/r.DJtezlEkOevRWOlm
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
The stock inventory screen updates the wording from “Manual selection of products” to “Manual Adjustment: no created lines.” This makes the option clearer for users managing inventory adjustments and reduces ambiguity in day-to-day stock operations.
Original PR description
``` into "Manual Adjustment: no created lines" in stock.inventory model ``` BRANCH : https://www.odoo.com/web?db=openerp#id=13023&view_type=form&model=project.task&action=333&active_id=248 PAD : https://pad.odoo.com/p/r.WtCVtR6kw12h4I5E
Resolved issues and error corrections
A visual inconsistency in the web interface has been fixed so secondary left menu items with actions now use the same purple styling as other menu items. This keeps navigation clearer and more consistent for users.
Original PR description
…tead of the others, which are displayed in purple. TASK : https://www.odoo.com/web?db=openerp#id=19808&view_type=form&model=project.task PAD : https://pad.odoo.com/p/r.xY5jsjjaMKmwskeG
Features or functions removed from Odoo
The lightweight CRM Helpdesk module has been removed. Users are expected to use the more complete Project Issue functionality instead, reducing overlap and simplifying the product offering.
Original PR description
TASK: https://www.odoo.com/web?db=openerp#id=19588&view_type=form&model=project.task&action=327 Pad: https://pad.odoo.com/p/r.w32Su4YmTzBE8qIY