fix: full width for sheet v9

- Add margin for better visibility
- Add web_sheet_full_width migration state Done
- Update to new OCA README.rst format.
This commit is contained in:
Nicolas JEUDY
2015-11-17 16:44:44 +01:00
committed by Jerther
parent b4cb675ac8
commit b50fbfb301
3 changed files with 95 additions and 6 deletions

View File

@@ -20,8 +20,8 @@
##############################################################################
{
"name": "Show sheets with full width",
"version": "8.0.1.0.0",
"author": "Therp BV,Odoo Community Association (OCA)",
"version": "9.0.1.0.0",
"author": "Therp BV,Sudokeys,Odoo Community Association (OCA)",
"license": "AGPL-3",
"summary": "Use the whole available screen width when displaying sheets",
"description": """
@@ -43,9 +43,6 @@ Icon courtesy of http://www.picol.org/ (size_width.svg)
"view/qweb.xml",
],
"auto_install": False,
'installable': False,
'installable': True,
"application": False,
"external_dependencies": {
'python': [],
},
}