mirror of
https://github.com/odoocker/odoocker
synced 2025-11-04 15:19:22 +01:00
upgrade: third party public and private addons are now dynamically cloned and extensible with a handy format
This commit is contained in:
2
odoo/extra-addons/DELETE_ME.txt
Normal file
2
odoo/extra-addons/DELETE_ME.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
Delete me once you add your first extra addon :)
|
||||
This folder is made for addons that are not clonable via GitHub.
|
||||
@@ -1,24 +0,0 @@
|
||||
{
|
||||
'name': 'Odoocker Base',
|
||||
'summary': 'Supercharge Odoo with Odoocker',
|
||||
'description': '''
|
||||
Some Odoocker dependencies require to some custom values that we cover with this Addon for you.
|
||||
''',
|
||||
'version': '1.0.0',
|
||||
'category': 'Technical',
|
||||
'license': 'LGPL-3',
|
||||
'author': 'Odoocker',
|
||||
'maintainer': 'Odoocker',
|
||||
'contributors': [
|
||||
'Yhael S <yhaelopez@gmail.com>'
|
||||
],
|
||||
'depends': [
|
||||
'base'
|
||||
],
|
||||
'data': [
|
||||
'data/ir_config_parameter.xml'
|
||||
],
|
||||
'application': False,
|
||||
'installable': True,
|
||||
'auto_install': True
|
||||
}
|
||||
@@ -1,14 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
<!-- When initializing Odoo through Docker this parameter is missing. -->
|
||||
<record id="report_url" model="ir.config_parameter">
|
||||
<field name="key">report.url</field>
|
||||
<field name="value">http://127.0.0.1:8069</field>
|
||||
</record>
|
||||
|
||||
<!-- When initializing Odoo with S3 storage. -->
|
||||
<record id="ir_attachment_location" model="ir.config_parameter">
|
||||
<field name="key">ir_attachment.location</field>
|
||||
<field name="value">s3</field>
|
||||
</record>
|
||||
</odoo>
|
||||
Reference in New Issue
Block a user