mirror of
https://github.com/bringout/odoomates.git
synced 2026-04-18 05:32:03 +02:00
Fix PDF filename to Kartica_partnera, fix previous_balance translation in DB
🤖 assisted by claude
This commit is contained in:
parent
2bbfa04c25
commit
a98a4ab2a5
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ class AccountPartnerLedger(models.TransientModel):
|
||||||
help="Show previous balance before the start date.")
|
help="Show previous balance before the start date.")
|
||||||
|
|
||||||
def _get_report_base_filename(self):
|
def _get_report_base_filename(self):
|
||||||
base = _('Partner Ledger').replace(' ', '_')
|
base = 'Kartica_partnera'
|
||||||
if self.partner_ids:
|
if self.partner_ids:
|
||||||
names = '_'.join(
|
names = '_'.join(
|
||||||
name.replace(' ', '_').replace('/', '_').replace('\\', '_')
|
name.replace(' ', '_').replace('/', '_').replace('\\', '_')
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue