Merge branch '14.0' of github.com:akretion/odoo-usability into 14.0
This commit is contained in:
@@ -5,13 +5,13 @@
|
|||||||
{
|
{
|
||||||
"name": "Sale no optional product",
|
"name": "Sale no optional product",
|
||||||
"summary": "Hide optional product",
|
"summary": "Hide optional product",
|
||||||
"version": "12.0.1.0.0",
|
"version": "14.0.1.0.0",
|
||||||
"category": "Usability",
|
"category": "Usability",
|
||||||
"website": "www.akretion.com",
|
"website": "www.akretion.com",
|
||||||
"author": " Akretion",
|
"author": " Akretion",
|
||||||
"license": "AGPL-3",
|
"license": "AGPL-3",
|
||||||
"application": False,
|
"application": False,
|
||||||
"installable": False,
|
"installable": True,
|
||||||
"external_dependencies": {
|
"external_dependencies": {
|
||||||
"python": [],
|
"python": [],
|
||||||
"bin": [],
|
"bin": [],
|
||||||
@@ -20,7 +20,6 @@
|
|||||||
"sale_management",
|
"sale_management",
|
||||||
],
|
],
|
||||||
"data": [
|
"data": [
|
||||||
"views/product_template_view.xml",
|
|
||||||
"views/sale_order_view.xml",
|
"views/sale_order_view.xml",
|
||||||
],
|
],
|
||||||
"demo": [
|
"demo": [
|
||||||
|
|||||||
@@ -1,14 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<odoo>
|
|
||||||
|
|
||||||
<record id="product_template_view_form" model="ir.ui.view">
|
|
||||||
<field name="model">product.template</field>
|
|
||||||
<field name="inherit_id" ref="sale.product_template_form_view"/>
|
|
||||||
<field name="arch" type="xml">
|
|
||||||
<group name="options" position="attributes">
|
|
||||||
<attribute name="invisible"/>
|
|
||||||
</group>
|
|
||||||
</field>
|
|
||||||
</record>
|
|
||||||
|
|
||||||
</odoo>
|
|
||||||
@@ -5,13 +5,13 @@
|
|||||||
{
|
{
|
||||||
"name": "Sale no preview button",
|
"name": "Sale no preview button",
|
||||||
"summary": "Hide 'preview' from sale",
|
"summary": "Hide 'preview' from sale",
|
||||||
"version": "12.0.1.0.0",
|
"version": "14.0.1.0.0",
|
||||||
"category": "Usabability",
|
"category": "Usabability",
|
||||||
"website": "www.akretion.com",
|
"website": "www.akretion.com",
|
||||||
"author": " Akretion",
|
"author": " Akretion",
|
||||||
"license": "AGPL-3",
|
"license": "AGPL-3",
|
||||||
"application": False,
|
"application": False,
|
||||||
"installable": False,
|
"installable": True,
|
||||||
"external_dependencies": {
|
"external_dependencies": {
|
||||||
"python": [],
|
"python": [],
|
||||||
"bin": [],
|
"bin": [],
|
||||||
|
|||||||
Reference in New Issue
Block a user