[IMP] base_external_dbsource: Add company field to backend

fw-port from b7f439e04a
This commit is contained in:
sergio.teruel
2018-09-07 11:35:46 +02:00
committed by Pedro M. Baeza
parent 66ea86aa8c
commit c031fde4d5
6 changed files with 46 additions and 2 deletions

View File

@@ -3,14 +3,18 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "External Database Sources",
"version": "13.0.1.0.0",
"version": "13.0.2.0.0",
"category": "Tools",
"author": "Daniel Reis, " "LasLabs, " "Odoo Community Association (OCA)",
"website": "https://github.com/OCA/server-backend",
"license": "LGPL-3",
"images": ["images/screenshot01.png"],
"depends": ["base"],
"data": ["views/base_external_dbsource.xml", "security/ir.model.access.csv"],
"data": [
"views/base_external_dbsource.xml",
"security/ir.model.access.csv",
"security/base_external_dbsource_security.xml",
],
"demo": ["demo/base_external_dbsource.xml"],
"installable": True,
}