[IMP] pre-commit: first run on whole repo

This commit is contained in:
Kevin Khao
2021-11-26 18:54:38 +03:00
parent a04b8980e1
commit 167aefee13
289 changed files with 6020 additions and 4170 deletions

View File

@@ -4,12 +4,12 @@
{
'name': 'Stock Account Usability',
'version': '14.0.1.0.0',
'category': 'Hidden',
'license': 'AGPL-3',
'summary': 'Several usability enhancements on stock_account',
'description': """
"name": "Stock Account Usability",
"version": "14.0.1.0.0",
"category": "Hidden",
"license": "AGPL-3",
"summary": "Several usability enhancements on stock_account",
"description": """
Stock Account Usability
=======================
@@ -19,9 +19,9 @@ The usability enhancements include:
This module has been written by Alexis de Lattre from Akretion <alexis.delattre@akretion.com>.
""",
'author': 'Akretion',
'website': 'http://www.akretion.com',
'depends': ['stock_account', 'stock_usability'],
'data': ['views/stock_move.xml'],
'installable': True,
"author": "Akretion",
"website": "https://github.com/OCA/odoo-usability",
"depends": ["stock_account", "stock_usability"],
"data": ["views/stock_move.xml"],
"installable": True,
}

View File

@@ -1,10 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8" ?>
<!--
Copyright 2021 Akretion France (http://www.akretion.com/)
@author: Alexis de Lattre <alexis.delattre@akretion.com>
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
-->
<odoo>
@@ -14,7 +13,7 @@
<field name="inherit_id" ref="stock_usability.view_move_form" />
<field name="arch" type="xml">
<field name="price_unit" position="after">
<field name="to_refund" readonly="1"/>
<field name="to_refund" readonly="1" />
</field>
</field>
</record>