Monday, March 11, 2019
3 changes · master
Enhancements to existing features
Image widgets now include a meaningful filename in their URLs, which can help search engines better understand and index images. Images also consistently include alt text, improving accessibility and content quality.
Original PR description
It's better to always have a relevant name in the image URL for SEO. Also make sure there is always an alt on the image. Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Invoice lines can now automatically use the product’s configured country of origin. This reduces manual data entry and helps Belgian Intrastat reporting stay consistent when invoices are created.
Original PR description
Purpose ======= In order to ease invoice encoding, the country of origin should be set on the invoice line automatically. Development =========== A new field 'Origin Country of Product' is added on the product template form view. On the invoice form view, an onchange on `product_id` retrieves the country from the field previosuly defined on the product template. opw-1943323
Users can now create customer invoices directly from document workflow actions, reducing manual steps in the invoicing process. The update also adds ready-to-use workflow actions for creating customer invoices and credit notes, making document-driven accounting tasks faster and more consistent.
Original PR description
This commit adds the ability to create customer invoices with document's workflow actions. Additionally, two record data for workflow actions are added (create customer invoice and create credit note). Task: #1948832