Thursday, April 29, 2021
3 changes · master
Enhancements to existing features
This update improves how sample data is generated for products, price lists, stock, and sales orders. It helps teams test and demonstrate business flows with richer, more realistic records, including product categories, variants, pricing, and sales order lines.
Original PR description
[IMP] product: product_* population - Improve product.product & product category population: Add "random" types, prices, and product categories to product. Specify some product categories as children of others (populate the `parent_id` field). - Provide product template and product attributes population - product pricelist population [IMP] sale: add populate Add populate script for the `sale.order` and `sale.order.line`. task-2446266 closes #50566 Co-authored-by: Feyensv <vfe@odoo.com>
This update improves how sample databases are populated with more realistic product categories, prices, variants, pricelists, and sales orders. It helps teams test and demonstrate product, sales, and stock workflows with data that better reflects real business scenarios.
Original PR description
* `categ_id` randomly generated `product_category` * storable products (`type="product"`) * `product.category` with parent category * `list_price` wasn't defined on generated `product.product` * Added population for: * `product.pricelist` * sale (sale.order, sale.order.line) * product attributes (and values), product variants (template with multiple attribute lines), pricelists -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Newsletter popups now display without unwanted horizontal scrolling, improving the visitor experience. The mailing list popup list is also clearer for staff, showing useful names and update dates while preventing popups from being created in the wrong place.
Original PR description
PURPOSE This are changes made in module Website Mass Maiiling 1) To remove horizontal scroll bar from newsletter popup. 2) To remove create button from website_popup_ids 3) To add display name and last updated(write_on) field in website_popup_ids SPECIFICATIONS Current 1) It show horizontal scroll bar in popup. 2) We can create newsletter popup from back-end without a anchor. 3) It only have website_id field in website_popup_ids To be 1) Remove horizontal scroll bar from newsletter popup. 2) Remove create button from website_popup_ids 3) Add display name and last updated(write_on) field in website_popup_ids LINKS PR Task 2312996 I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr