"stock.picking.out" and "stock.picking.in" are missing in Odoo 8 - webkit

I am using Odoo 8. In order to use Webkit to custom my invoices, I have to install the "Invoice to Picking Relation" module (technical name: picking_invoice_rel). However, when I try to install this module, I discover that the stock.picking.out and stock.picking.in models are missing.
These models were afforded by the stock module in OpenERP 7.
Could someone tell me what to do?

#Zoumourrouda
Yes you are right new WMS in v8 has removed the stock.picking.out and stock.picking.in object that sad part but good part was those both object were _inherits from stock.picking object so you can create sme report on stock.picking object and you an use picking_type_id.code field to check this is supplier or customer or internal picking and create report label according.
and Moreover you can migrate your stock.picking.out and stock.picking.in data on stock.picking table and you wll still have all data. (NOTE" BECAREFULL WHILE DOING MIGRATION TO MESH UP ;))
Thanks

Related

Unable to create a manual payment in Odoo 15 community edition

I am using Odoo 15 Community edition.
When I go to Accounting/[Customers|Vendors]/Payments and try to register a new payment, I get this python error:
ValueError: Invalid field 'effective_date' on model 'account.payment'
Only way to get out of that screen is to discard the payment. This only happens there. I create a purchase or sale order and pay it using the Purchase or Sales module all works fine.
I tried to go in to developer mode and search for the account.payment module and indeed it does not have that field.
How can I fix this issue?
Can I add the field in the model?
if yes, which properties will be good?

Can we use product configurator In Custom Module Odoo

I create a custom module in my Odoo, one of my models is having a relation to product variant or Product.Product model, I want to use product configurator like in the sales_product_line tree. I already trying to use the widget on my field and import the product configurator module And try to make my view code the same as sales_product_line code, I even add the product_configurator javascript but still no luck. Is there any workaround to achieve this.
This is the view that I trying to achieve
As per My knowledge Product Configurator can not use in the custom model, This module is only the foundation for external configuration interfaces such as 'product_configurator_wizard' or 'website_product_configurator'.
This module does not configure custom products
but offers the basis for generating, validating, updating configurable products using configuration interfaces.
Thanks!
Karmdip Joshi

How to add custom logic in odoo10 e-commerce module? Which model in odoo10 should I inherit to extend e-commerce cart logic?

I want to add some custom logic into odoo 10 e-commerce module. I know I have to create a new addon for that. But I am not getting from where I should start the module development.
As the developer mode not helping me in website module to show elements properties when I hover over it. So I am not getting the model's name, field name.. What are the starting steps towards this development?
I want to change the logic in web when we add product to the cart I want to serve that product on monthly basis so select 2 dates, and then the regular billing for the same.
You should read the source code of the modules related to website_sale, you could find it online at:
https://github.com/odoo/odoo/tree/11.0/addons

How to add group to ir.actions.server in odoo 9?

I 'm usin odoo 9. I have ir.actions.server on one of my model, I want this action to be invisible if user of specific group log in to the system? Can this be achieved?
As far as i know, both used models (ir.actions.server for the action itself and ir.values for the More-Menu entry) have no field for access groups. Hence there is no Odoo vanilla solution for your requirement.
But i looked into model ir.values. It has a field user_id. Maybe that could be used.

Prestashop - How to add models to a manufacturer

Im making a web with prestashop about motorcycles. I need let the client search in a select field the trademark of the moto (honda, yamaha) and in other one the specific type of the moto (Ex: Yamaha 445).
How can I do it? ive tried adding the product in a manufacturer but I dont know how to specify a type in them.
Important:
I can't do it with categories/subcategories.
I need that a product can be accessible from differents types of motorcycles.
Anyone can help me? Thanks
You can make use of Layered navigation block module to achieve what you looking for.
It has 3 steps where you can
1. specify where the layered filter will appear
2. Select Product manufacturer
3. Name your template and save it.
This will automatically generate your filtered navigation and group your products as per the manufacturer