Commit 07.04.2025

This commit is contained in:
jopster 2025-04-07 14:22:00 +02:00
parent 5ddd4ca12a
commit 6d7f5a3c55
135 changed files with 391 additions and 117 deletions

BIN
models/__pycache__/__init__.cpython-311.pyc Normal file → Executable file

Binary file not shown.

BIN
models/__pycache__/dss_ads.cpython-311.pyc Executable file → Normal file

Binary file not shown.

BIN
models/__pycache__/dss_m2mmail.cpython-311.pyc Normal file → Executable file

Binary file not shown.

BIN
models/__pycache__/dss_settings.cpython-311.pyc Normal file → Executable file

Binary file not shown.

BIN
models/__pycache__/dss_trigger.cpython-311.pyc Normal file → Executable file

Binary file not shown.

BIN
models/__pycache__/dss_web_contracts.cpython-311.pyc Executable file → Normal file

Binary file not shown.

BIN
models/__pycache__/dsslogger.cpython-311.pyc Normal file → Executable file

Binary file not shown.

View File

@ -164,6 +164,8 @@ class dsscontractads(models.Model):
date_remove_planed = fields.Date(string='geplantes Enddatum', tracking=True)
date_remove_real = fields.Date(string='wirkliches Enddatum', tracking=True)
special_reason = fields.Char('Sonderinformation',tracking=True)
@api.depends('date_korrekturfreigabe_ablauf')
def _date_korrekturfreigabe_ablauf_compute(self):
self.date_korrekturfreigabe_ablauf_compute = ''

View File

@ -275,12 +275,23 @@ class dsscontracts(models.Model):
cloudlink = fields.Char('Cloud Verzeichnis',help='Verzeichnis für den Kunde innerhalb des Projekt Ordners')
web_contract = fields.Many2one('dss.web_contracts' , string='Web_Vertrag', store=True,tracking=True)
tv_reach_PLZ = fields.Char(string='Reichweite PLZ',tracking=True)
ads_radius_PLZ = fields.Integer('Umkreis PLZ in Km',tracking=True)
ads_count_perYear = fields.Selection([('30000','30.000'),('60000','60.000'),('120000','120.000'),('1000000','1.000.000')],'Einblendungen',tracking=True)
ads_topics = fields.Many2many('dss.contracts_ads_topics', string='Themenliste', tracking=True)
ads_topics_text = fields.Char('Themenliste gesamt',compute='_compute_themenliste')
@api.depends('ads_topics')
def _compute_themenliste(self):
_logger.info('Contract Themenliste Berechnung : C_' + str(self.id))
for record in self:
if record.ads_topics:
record.ads_topics_text = ', '.join(record.ads_topics.mapped('thema'))
else:
record.ads_topics_text = ''
@api.depends('vertragssumme')
def _compute_prov(self):

View File

@ -190,7 +190,7 @@ class dssprojects(models.Model):
return {
'type': 'ir.actions.act_window',
'view_type':'kanban',
'view_mode':'kanban,tree',
'view_mode':'kanban,tree,screenview',
'res_model':'dss.contracts',
'target':'current',
'context':'{"default_project":'+str(self.id)+',"show_project_update":True}',

View File

@ -189,6 +189,7 @@ class dsscontracts(models.Model):
'tv_reach_PLZ': self.tv_reach_PLZ,
'ads_radius_PLZ': self.ads_radius_PLZ,
'ads_topics': self.ads_topics,
'web_contract':self.id,
'contract_auto_extend': self.contract_auto_extend,
'contract_date': self.contract_date,
'work_state_info': self.remark,

0
models/dsslogger.py Normal file → Executable file
View File

0
static/src/img/img_113_b.jpg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 481 KiB

After

Width:  |  Height:  |  Size: 481 KiB

0
static/src/img/img_113_b_2.jpg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 174 KiB

After

Width:  |  Height:  |  Size: 174 KiB

0
static/src/img/img_113_b_3.jpg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 524 KiB

After

Width:  |  Height:  |  Size: 524 KiB

0
static/src/img/img_115_b.jpg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 778 KiB

After

Width:  |  Height:  |  Size: 778 KiB

0
static/src/img/img_117_b.jpg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 593 KiB

After

Width:  |  Height:  |  Size: 593 KiB

0
static/src/img/img_119_b.jpg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 205 KiB

After

Width:  |  Height:  |  Size: 205 KiB

0
static/src/img/img_119_b_2.jpg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 205 KiB

After

Width:  |  Height:  |  Size: 205 KiB

0
static/src/img/img_119_b_3.jpg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 239 KiB

After

Width:  |  Height:  |  Size: 239 KiB

0
static/src/img/img_121_b.jpg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 658 KiB

After

Width:  |  Height:  |  Size: 658 KiB

0
static/src/img/img_134_b.jpg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 423 KiB

After

Width:  |  Height:  |  Size: 423 KiB

0
static/src/img/img_134_b_2.jpg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 440 KiB

After

Width:  |  Height:  |  Size: 440 KiB

0
static/src/img/img_134_b_3.jpg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 687 KiB

After

Width:  |  Height:  |  Size: 687 KiB

0
static/src/img/img_135_b.jpg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 210 KiB

After

Width:  |  Height:  |  Size: 210 KiB

0
static/src/img/img_137_b.jpg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 797 KiB

After

Width:  |  Height:  |  Size: 797 KiB

0
static/src/img/img_137_b_2.jpg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 876 KiB

After

Width:  |  Height:  |  Size: 876 KiB

0
static/src/img/img_137_b_3.jpg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 1.0 MiB

After

Width:  |  Height:  |  Size: 1.0 MiB

0
static/src/img/img_138_b.jpg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 409 KiB

After

Width:  |  Height:  |  Size: 409 KiB

0
static/src/img/img_138_b_2.jpg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 498 KiB

After

Width:  |  Height:  |  Size: 498 KiB

0
static/src/img/img_138_b_3.jpg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 2.4 MiB

After

Width:  |  Height:  |  Size: 2.4 MiB

0
static/src/img/img_146_b.jpg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 386 KiB

After

Width:  |  Height:  |  Size: 386 KiB

0
static/src/img/img_146_b_2.jpg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 399 KiB

After

Width:  |  Height:  |  Size: 399 KiB

0
static/src/img/img_146_b_3.jpg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 465 KiB

After

Width:  |  Height:  |  Size: 465 KiB

0
static/src/img/img_14_b.jpg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 307 KiB

After

Width:  |  Height:  |  Size: 307 KiB

0
static/src/img/img_14_b_2.jpg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 428 KiB

After

Width:  |  Height:  |  Size: 428 KiB

0
static/src/img/img_14_b_3.jpg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 388 KiB

After

Width:  |  Height:  |  Size: 388 KiB

0
static/src/img/img_150_b.jpg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 529 KiB

After

Width:  |  Height:  |  Size: 529 KiB

0
static/src/img/img_150_b_2.jpg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 424 KiB

After

Width:  |  Height:  |  Size: 424 KiB

0
static/src/img/img_150_b_3.jpg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 529 KiB

After

Width:  |  Height:  |  Size: 529 KiB

0
static/src/img/img_151_b.jpg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 309 KiB

After

Width:  |  Height:  |  Size: 309 KiB

0
static/src/img/img_151_b_2.jpg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 298 KiB

After

Width:  |  Height:  |  Size: 298 KiB

0
static/src/img/img_151_b_3.jpg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 353 KiB

After

Width:  |  Height:  |  Size: 353 KiB

0
static/src/img/img_17_b.jpg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 428 KiB

After

Width:  |  Height:  |  Size: 428 KiB

0
static/src/img/img_18_b.jpg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 584 KiB

After

Width:  |  Height:  |  Size: 584 KiB

0
static/src/img/img_21_b.jpg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 408 KiB

After

Width:  |  Height:  |  Size: 408 KiB

0
static/src/img/img_21_b_2.jpg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 348 KiB

After

Width:  |  Height:  |  Size: 348 KiB

0
static/src/img/img_21_b_3.jpg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 462 KiB

After

Width:  |  Height:  |  Size: 462 KiB

0
static/src/img/img_4_b.jpg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 897 KiB

After

Width:  |  Height:  |  Size: 897 KiB

0
static/src/img/img_4_b_2.jpg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 756 KiB

After

Width:  |  Height:  |  Size: 756 KiB

0
static/src/img/img_5_b.jpg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 332 KiB

After

Width:  |  Height:  |  Size: 332 KiB

0
static/src/img/img_62_b.jpg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 797 KiB

After

Width:  |  Height:  |  Size: 797 KiB

0
static/src/img/img_62_b_2.jpg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 420 KiB

After

Width:  |  Height:  |  Size: 420 KiB

0
static/src/img/img_62_b_3.jpg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 924 KiB

After

Width:  |  Height:  |  Size: 924 KiB

0
static/src/img/img_63_b.jpg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 479 KiB

After

Width:  |  Height:  |  Size: 479 KiB

0
static/src/img/img_63_b_2.jpg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 472 KiB

After

Width:  |  Height:  |  Size: 472 KiB

0
static/src/img/img_63_b_3.jpg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 498 KiB

After

Width:  |  Height:  |  Size: 498 KiB

0
static/src/img/img_65_b.jpg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 278 KiB

After

Width:  |  Height:  |  Size: 278 KiB

0
static/src/img/img_65_b_2.jpg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 521 KiB

After

Width:  |  Height:  |  Size: 521 KiB

0
static/src/img/img_65_b_3.jpg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 419 KiB

After

Width:  |  Height:  |  Size: 419 KiB

0
static/src/img/img_66_b.jpg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 426 KiB

After

Width:  |  Height:  |  Size: 426 KiB

0
static/src/img/img_66_b_2.jpg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 559 KiB

After

Width:  |  Height:  |  Size: 559 KiB

0
static/src/img/img_66_b_3.jpg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 1.5 MiB

After

Width:  |  Height:  |  Size: 1.5 MiB

0
static/src/img/img_67_b.jpg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 305 KiB

After

Width:  |  Height:  |  Size: 305 KiB

0
static/src/img/img_68_b.jpg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 673 KiB

After

Width:  |  Height:  |  Size: 673 KiB

0
static/src/img/img_69_b.jpg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 612 KiB

After

Width:  |  Height:  |  Size: 612 KiB

0
static/src/img/img_70_b.jpg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 461 KiB

After

Width:  |  Height:  |  Size: 461 KiB

0
static/src/img/img_70_b_2.jpg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 461 KiB

After

Width:  |  Height:  |  Size: 461 KiB

0
static/src/img/img_71_b.jpg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 590 KiB

After

Width:  |  Height:  |  Size: 590 KiB

0
static/src/img/img_72_b.jpg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 312 KiB

After

Width:  |  Height:  |  Size: 312 KiB

0
static/src/img/img_72_b_2.jpg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 363 KiB

After

Width:  |  Height:  |  Size: 363 KiB

0
static/src/img/img_72_b_3.jpg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 345 KiB

After

Width:  |  Height:  |  Size: 345 KiB

0
static/src/img/img_73_b.jpg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 482 KiB

After

Width:  |  Height:  |  Size: 482 KiB

0
static/src/img/img_74_b.jpg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 603 KiB

After

Width:  |  Height:  |  Size: 603 KiB

0
static/src/img/img_74_b_2.jpg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 656 KiB

After

Width:  |  Height:  |  Size: 656 KiB

0
static/src/img/img_74_b_3.jpg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 515 KiB

After

Width:  |  Height:  |  Size: 515 KiB

0
static/src/img/img_76_b.jpg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 421 KiB

After

Width:  |  Height:  |  Size: 421 KiB

0
static/src/img/img_77_b.jpg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 783 KiB

After

Width:  |  Height:  |  Size: 783 KiB

0
static/src/img/img_78_b.jpg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 733 KiB

After

Width:  |  Height:  |  Size: 733 KiB

0
static/src/img/img_79_b.jpg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 546 KiB

After

Width:  |  Height:  |  Size: 546 KiB

0
static/src/img/img_79_b_2.jpg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 630 KiB

After

Width:  |  Height:  |  Size: 630 KiB

Some files were not shown because too many files have changed in this diff Show More