Mohammad Tomaraei
Mohammad Tomaraei
@Razz21 Thank you for the suggestion, but I'm looking to set debugger breakpoints rather than capturing the network traffic. I don't think we can debug functions and inspect variables just...
This can probably help you: https://forums.docker.com/t/how-can-i-view-the-dockerfile-in-an-image/5687/3
I was proxying Nuxt in development mode on a subdomain and I faced the infinite reload issue: ``` [Warning] [HMR] Cannot find update (Full reload needed) [Warning] [HMR] (Probably because...
I've added the second commit which modifies the prototype so that it is compatible with the current `record.set_link` method. https://user-images.githubusercontent.com/5465057/153230637-f67d8e98-f3dd-4f84-be9e-0ebf4ab301d8.mp4 ```python OC_CATEGORY_REL = 'opencart_butopea_category' def handle_button(): odoo_website_category = env['product.public.category'].browse(1) opencart_category...
I've added these changes in a new module, but if necessary we can embed them into existing source files.
@yelizariev Yes, but that's not so intuitive. I've come up with an extension on the existing `sync.link` that allows creating and managing record mappings for any Odoo record. https://user-images.githubusercontent.com/5465057/153014334-c39c1f2e-9882-4913-8c73-33d0f62486e5.mp4 What...
Sure. Although, now that I've thought about it, it makes more sense to not restrict links on a per-project basis. I've created two prototypes and I will post the code...
This is the modified prototype that is compatible with the current `record.set_link` method. https://user-images.githubusercontent.com/5465057/153230637-f67d8e98-f3dd-4f84-be9e-0ebf4ab301d8.mp4 ```python OC_CATEGORY_REL = 'opencart_butopea_category' def handle_button(): odoo_website_category = env['product.public.category'].browse(1) opencart_category = odoo_website_category.search_links(OC_CATEGORY_REL) ``` ``` Search links:...
I'm facing the same problem. My dump file looks like this: ``` 00000000 50 47 44 4d 50 01 0e 00 04 08 01 01 01 00 00 00 |PGDMP...........|...
`docker volume ls` and `docker service inspect` only show the volume once.