5 lines
140 B
Python
5 lines
140 B
Python
|
from . import models
|
||
|
|
||
|
def _create_demo_config_param(env):
|
||
|
env['ir.config_parameter'].set_param('account_edi_proxy_client.demo', 'demo')
|