-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[IMP] website_sale_product_document: minor refactor
- Loading branch information
Showing
2 changed files
with
5 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<!-- Copyright NuoBiT Solutions - Kilian Niubo <[email protected]> | ||
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl) --> | ||
<!--TODO: REVIEW: This view and product_product_views in this module are equivalent. | ||
Try to unify them https://www.odoo.com/documentation/14.0/developer/reference/addons/views.html#inheritance-fields--> | ||
<odoo> | ||
<record | ||
id="website_sale_public_description_product_template_view_form" | ||
|
@@ -17,7 +19,7 @@ | |
<field name="sequence" widget="handle" /> | ||
<field name="name" /> | ||
<field name="datas" filename="datas_fname" /> | ||
<field name="datas_fname" /> | ||
<field name="datas_fname" /> | ||
</tree> | ||
</field> | ||
</group> | ||
|