Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
7 Odpowiedzi
12482 Widoki

After installing the module document the attachemnt(s) dropdown button not visible

if i check in the code

odoo.define('document.document', function (require) {
"use strict";
/**
 * The feature is disabled as it was replaced by another feature
 * while still holding unfixed bugs and doing unnecessary rpc.
 */
return;

because of this not working ,

why the return statement added ?

Awatar
Odrzuć
Najlepsza odpowiedź

Hi Maniganda,

In Odoo 12 they've changed the way attachments are shown. The top menu item "Attachment(s)" that used to be there in V9, V10 and V11 has been removed and the attachments are now integrated in the chatter. The icon of the attachments is not even shown untill you've added atleast one attachment on the record. An example:


These changes have been introduced in V12 with the documents module. For more information see the release notes at https://www.odoo.com/nl_NL/odoo-12-release-notes#part_3

Regards,
Yenthe

Awatar
Odrzuć
Autor

Thanks @yanthe, But this feature was available on first version of odoo 12

You're welcome! It might be that it was still available in beta but it has been changed in the meanwhile (and they won't change it back in V12).

How to add attachment?

What I have done till far is open debug mode and click on manage attachment and added a file but I cannot find the attached file.

Najlepsza odpowiedź

You can use this module
https://www.odoo.com/apps/modules/12.0/document_sidebar/

Awatar
Odrzuć
Najlepsza odpowiedź

When you add an attachment via the "debug/manage attachment", it is not shown. Don't know why.

But if you first add an attachment via the "log" function, and then go to the "debug/manage attachment" menu, the attachment is shown.

Now there you can also delete the attachment.

Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
1
sie 19
8563
1
sie 23
6003
0
cze 22
1625
1
mar 21
6211
1
lut 21
3631