- Move origin_text field from product.supplierinfo to product.template - Add related field in product.product for variant access - Remove dependency on product_main_seller - Update views to show field near category (editable) - Rewrite tests for new architecture - Update all documentation (README, readme/ fragments) - Bump version to 18.0.2.0.0
19 lines
552 B
Python
19 lines
552 B
Python
# Copyright 2026 Criptomart
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
|
|
{ # noqa: B018
|
|
"name": "Product Origin Text",
|
|
"version": "18.0.2.0.0",
|
|
"category": "Product",
|
|
"summary": "Free text origin field for products",
|
|
"author": "Odoo Community Association (OCA), Criptomart",
|
|
"maintainers": ["Criptomart"],
|
|
"license": "AGPL-3",
|
|
"website": "https://git.criptomart.net/criptomart/addons-cm",
|
|
"depends": [
|
|
"product",
|
|
],
|
|
"data": [
|
|
"views/product_template_views.xml",
|
|
],
|
|
}
|