Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
1 Відповісти
4462 Переглядів

How to save and get invoice duplicate from attachments?  Any ideas?

In my country date of duplicate is very important!

Аватар
Відмінити
Найкраща відповідь

Install "attachments list and document indexation" and an attachments menu will show above all forms.

Module on app store at link below.

https://www.odoo.com/apps/modules/9.0/document/

Аватар
Відмінити
Автор

I know that. One small problem, I need store attachment with current date (date of duplicates) in attachment name (or similar solution).

Oh ok. You could try changing the attachment prefix of the report to include the current date?

(In developer mode)

Settings > Technical > Reports > Reports > Duplicates -> "Save as Attachment Prefix" = time.ctime()

Note: This will be in UTC

Автор

Thanks. In fact, the time.ctime() works in generation attachments name. For me, the better is time.strftime(%Y-%m-%d). Problem remains - the timezone.

Related Posts Відповіді Переглядів Дія
1
січ. 22
4599
1
жовт. 16
5550
3
вер. 15
5276
3
серп. 24
15565
2
черв. 23
4356