I want to know how would I show products price unit on delivery slip report - odoo

I want to know how would I show products price on delivery slip report on odoo 15.

The delivery slip gets values from _get_aggregated_product_quantities function
https://github.com/odoo/odoo/blob/15.0/addons/stock/models/stock_move_line.py#L777
So basically you can inherit the following view to add price field through product_id
https://github.com/odoo/odoo/blob/15.0/addons/stock/report/report_deliveryslip.xml

Related

Enable Voucher in Product Page and Display Quantity Selected Price

I am trying to check if it is possible to have the following in Shopify :
Enable Voucher in product page - Customers will insert a voucher to display a reduced price
Each product can have a separate voucher
Upon the insertion of voucher, it will display a slashed price in
product page
The product page will display the total price for quantities selected
The products will be reflected with discounted price in cart/checkout page
Additionally, the prices should be displayed before customer adds it to cart. I have several apps but it does not meet the requirement. Hoping if anyone can assist further.

Product Cost in Odoo not updated with Price Change

The summary is that my Product cost in the general information tab is different from my Price in the Purchase tab. Whenever we have a price update for a product, it doesnt get updated in the product cost in the general information tab and this is causing a negative P&L
The details of my issue is as follows
when i got into my Inventory module and check my Product general information for a particular product and I find that the product cost is say 295, which is the price i purchased the product the last time from the supplier. However when I go into my Purchase tab and check the purchase price from the vendor I find that my purchase price is 95 and different from the product cost price defined earlier. This seems to be causing an issue in my P/L report as I am getting a negative P/L.
The business case is that the product price changes anytime we buy to replenish inventory, and the new price is entered which is what we get in the Purchase price tab, but it doesnt update the cost price in the general information tab

How to make a payment for each product in an invoice in Odoo

I have an invoice with 2 products (product A and B), I need to do a payment only for the product A, is there any way to do that ?, and after see the product A with the correct moves in the accounting.
I know how to do the change in code but will be better if Odoo has this functionality
Thanks a lot
That can be done if you shipped all products separately and keep
invoice policy based on shipment. Then you can create separate invoice
for each products.
While you click on Create Invoice button in sales order then it will create invoice for eligible shipments with it's all delivered products.
So your purpose will be resolved by just change the configuration other there is no more option in odoo you have to write code to achieve it.

[8.0]Why does the PURCHASE ANALYSIS in REPORTING show incorrect price amounts.?

ODOO ver8.0
Purchase analysis is showing incorrect values, as well as other reporting like sales.etc the price doesnt display correctly.
Because in purchase order report price will be converted to company
currency first by applying currency rate of the purchase order date.
If you want to check the query for purchase order report, you can refer this view view purchase_report or you can see the code for that in
purchase => report => purchase_report.py file.
SOLUTION
For all those having same problems, you need to go to currencies under ACCOUNTING -> MISC
-- and then add 1.000 to the rate above the existing rate. Somehow reporting starts to show the correct currency. Thanks guys

How do I change the purchase quantity on my bigcartel shop to be a text box

I sell fabric by the 10cm increment. How do I change the purchase quantity on my bigcartel shop to be a text box to allow customer to type in the quantity they'd like to buy (for example 1.2 metres) instead of using bigcartel's dropdown purchase quantities?
At the moment, I end up having a long list of drop down options ie. 10cm, 20cm, 30cm, 40cm, 50cm, 60cm, 70cm, 80cm, 90cm, 1m. And then I have to rely on the customer adding the quantities they want together to get the total they need (ie. 20cm and 1m to get 1.2 metres). People sometimes make a mistake with their math and order the wrong amount. I would prefer to be able to just have a text box in the purchase quantity area where my customer could simply type in "1.2" and the quantity and price would be calculated for the cart.
Is this possible on bigcartel? I know it is possible on a lot of other e-commerce sites. Any help would be greatly appreciated!
Unfortunately there's not a way to add an input box to your product or cart pages to allow for customer input like that, sorry! Your customers can only select their option from a list that you create in the admin.