14 lines
442 B
Python
14 lines
442 B
Python
# Copyright 2021 Akretion
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
|
|
{
|
|
"name": "Sale Shipping and Invoice Domain",
|
|
"summary": """
|
|
Adds a sensible domain to the shipping and invoicing addresses on sale form view""",
|
|
"version": "14.0.1.0.0",
|
|
"license": "AGPL-3",
|
|
"author": "Akretion,Odoo Community Association (OCA)",
|
|
"depends": ["sale_stock", "sale_commercial_partner"],
|
|
"demo": [],
|
|
}
|