同步机床类型对象

This commit is contained in:
qihao.gong@jikimo.com
2023-06-07 10:49:55 +08:00
parent 7dfab63a89
commit 46c57162d7
84 changed files with 3388 additions and 4 deletions

View File

@@ -0,0 +1,18 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
"name": "Web Sheet Full Width",
"version": "16.0.1.0.1",
"author": "Therp BV, Sudokeys, GRAP, Métal Sartigan, "
"Odoo Community Association (OCA)",
"website": "https://github.com/OCA/web",
"license": "AGPL-3",
"summary": "Use the whole available screen width when displaying sheets",
"category": "Tools",
"depends": ["web"],
"assets": {
"web.assets_common": [
"web_sheet_full_width/static/src/scss/web_sheet_full_width.scss",
],
},
"installable": True,
}