Move company_log as extra dependency

This commit is contained in:
Sergio Morillo 2021-11-05 16:52:47 +01:00
parent 322f1d96f7
commit b5941ccab4
4 changed files with 5 additions and 10 deletions

View File

@ -516,7 +516,7 @@
<table:table-column table:style-name="Table4.A"/>
<table:table-row>
<table:table-cell table:style-name="Table4.A1" office:value-type="string">
<text:p text:style-name="P1"><text:placeholder text:placeholder-type="text">&lt;if test=&quot;company.logo&quot;&gt;</text:placeholder></text:p>
<text:p text:style-name="P1"><text:placeholder text:placeholder-type="text">&lt;if test=&quot;getattr(company, &apos;logo&apos;, None)&quot;&gt;</text:placeholder></text:p>
</table:table-cell>
</table:table-row>
<table:table-row table:style-name="Table4.2">

View File

@ -522,7 +522,7 @@
<table:table-column table:style-name="Table4.A"/>
<table:table-row>
<table:table-cell table:style-name="Table4.A1" office:value-type="string">
<text:p text:style-name="P7"><text:placeholder text:placeholder-type="text">&lt;if test=&quot;company.logo&quot;&gt;</text:placeholder></text:p>
<text:p text:style-name="P7"><text:placeholder text:placeholder-type="text">&lt;if test=&quot;getattr(company, &apos;logo&apos;, None)&quot;&gt;</text:placeholder></text:p>
</table:table-cell>
</table:table-row>
<table:table-row table:style-name="Table4.2">

View File

@ -9,7 +9,6 @@ import io
from configparser import ConfigParser
MODULE2PREFIX = {
'company_logo': 'trytonspain',
'stock_party_warehouse': 'datalife',
}
@ -51,12 +50,6 @@ if minor_version % 2:
else:
branch = series
dependency_links = {
'company_logo':
'git+https://github.com/trytonspain/'
'trytond-company_logo@%(branch)s'
'#egg=trytonspain_company_logo' % {
'branch': branch,
},
'stock_party_warehouse':
'git+https://gitlab.com/datalifeit/'
'trytond-stock_party_warehouse@%(branch)s'

View File

@ -1,10 +1,12 @@
[tryton]
version=6.0.0
depends:
company_logo
ir
res
stock_party_warehouse
extras_depend:
company_logo
xml:
product_limit.xml