解决冲突
This commit is contained in:
18
web_sheet_full_width/__manifest__.py
Normal file
18
web_sheet_full_width/__manifest__.py
Normal 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,
|
||||
}
|
||||
Reference in New Issue
Block a user