Merge PR #148 into 14.0

Signed-off-by pedrobaeza
This commit is contained in:
OCA-git-bot
2021-10-26 18:58:17 +00:00

View File

@@ -87,38 +87,30 @@
</group> </group>
<notebook> <notebook>
<page string="Transactions"> <page string="Transactions">
<header> <button
<button name="create_xls"
name="create_xls" type="object"
type="object" string="Excel Export"
string="Excel Export" context="{'computation_lines': 1}"
context="{'computation_lines': 1}" />
/> <field
</header> name="computation_line_ids"
<group name="computation_lines"> context="{'declaration_type': declaration_type, 'reporting_level': reporting_level}"
<field nolabel="1"
name="computation_line_ids" />
context="{'declaration_type': declaration_type, 'reporting_level': reporting_level}"
nolabel="1"
/>
</group>
</page> </page>
<page string="Declaration Lines"> <page string="Declaration Lines">
<header> <button
<button name="create_xls"
name="create_xls" type="object"
type="object" string="Excel Export"
string="Excel Export" context="{'declaration_lines': 1}"
context="{'declaration_lines': 1}" />
/> <field
</header> name="declaration_line_ids"
<group name="declaration_lines"> context="{'declaration_type': declaration_type, 'reporting_level': reporting_level}"
<field nolabel="1"
name="declaration_line_ids" />
context="{'declaration_type': declaration_type, 'reporting_level': reporting_level}"
nolabel="1"
/>
</group>
</page> </page>
<page string="Notes"> <page string="Notes">
<field name="note" /> <field name="note" />